home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / jbmbtn / readme.txt < prev   
Text File  |  1995-12-22  |  2KB  |  67 lines

  1. Here is a contribution to the Delphi Freeware community.  The only thing I ask is
  2. if you enhance it, send me a copy.  As usual, this software is provided as-is 
  3. with no expressed or implied warranties whatsoever.
  4.  
  5.  
  6. ----------------------------------------------------------------------------------
  7.  VCL CONTROLS INCLUDED
  8. ----------------------------------------------------------------------------------
  9.  
  10. TMenuButton, TListButton    
  11. TMenuBitBtn, TLIstBitBtn
  12.  
  13. ----------------------------------------------------------------------------------
  14.  INSTALLATION
  15. ----------------------------------------------------------------------------------
  16.  
  17. o    Place JBMBTN.PAS & JBMBTN.DCR in any directory in your library search path.
  18. o    Choose Options/Install Components, and pick JBMTN.PAS
  19.  
  20. The four menu button components will be placed on your Samples Page.
  21.  
  22. ----------------------------------------------------------------------------------
  23.  DESCRIPTION
  24. ----------------------------------------------------------------------------------
  25.  
  26. ******************************
  27. *  TMenuButton/ TMenuBitBtn  *
  28. ******************************
  29.  
  30. Descendant of TButton/TBitBtn, This component allows you to link a TPopupMenu 
  31. to the button.  
  32.  
  33. Properties/Events
  34.  
  35. MenuPopup: TPopup    { Specify A TPopupMenu to Be Executed }
  36.  
  37.  
  38. ******************************
  39. *  TListBitBtn, TListButton  *
  40. ******************************
  41.  
  42. Descendant of TBitBtn/TButton, These components allow you maintain a list of 
  43. menu items and return an index.
  44.  
  45. Properties/Events
  46.  
  47. ItemChecked: Boolean    {Allows Currently Selected Item To Show Checked }
  48. ItemIndex: Integer      {Currently Selected Item Number }
  49. Items: TStrings         {List of Menu Items}
  50. OnChange: TNotifyEvent  {Fired After ItemIndex Changes}
  51.  
  52. ----------------------------------------------------------------------------------
  53.  MISCELLANEOUS
  54. ----------------------------------------------------------------------------------
  55.  
  56. o  Any Assigned Mousedown event Fires BEFORE the menu is displayed.
  57. o  Pressing SpaceBar on any of the controls generates a WM_LBUTTONDOWN (or
  58.    MouseDown) event.
  59.  
  60.  
  61. Please send any comments or enhancements to 
  62.  
  63. Jeff Bogatay
  64. 74654,3321
  65. rudyj@ic.net
  66.  
  67.